
the most important detail you should immediately understand is that
this conf is very big, I had a lot of trouble trying to fit it in
64Kb size limit

that means that you should back up your own personal configs,
then reset everything via quakelive website
and delete any local conf files.
Only after that should you run /exec rubikscube.cfg

//  u
// hjk

selects the location from which you want to move cubes to either left, right, up or down


//     up
//left down right

arrows move the actual cubes

// Insert

reset position of all cubes


the grid is built up the following way:

//          . . . . . . . .
//        a b c           .
//        d e f  . .      .
//        g h i    .      .
// 010203 040506 070809 101112
// 131415 161718 192021 222324
// 252627 282930 313233 343536
//        j k l    .      .
//        m n o  . .      .
//        p q r           .
//          . . . . . . . .

special memory stuff for actions:

// 010203 040506 070809 101112
// 41                   50
// 131415 161718 192021 222324
// 53              60       64
// 252627 282930 313233 343536
// 65         70            76

// for letters z is put in front


if you want to tweak the colors then please use the hud file and not conf!
Also, sorry about that hasty black frame that selects the position from where
cubes should be moved, I couldn't come up with something better.


Oh, one more thing! It should contain no bugs, but if you notice something odd
then please let me know by sending a bug report to azurehoney@hotmail.com

Human brains are terrible at dealing with numbers.

